home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows1 / ew100.zip / COPY72.BAT < prev    next >
DOS Batch File  |  1992-11-29  |  881b  |  31 lines

  1. rem  This batch file can be used to install all distributed files if,
  2. rem  for some reason, you don't want to use the INSTALL program. Before
  3. rem  running this batch file you'll need to manually copy LHARC.EXE and
  4. rem  this batch file from our first distribution diskette to a directory
  5. rem  on your DOS path.
  6. rem
  7. rem  %1 is "from" drive (a or b)
  8. rem  %2 is "to" drive (c, d, etc.)
  9.  
  10. %2:
  11.  
  12.  
  13. md \EW 
  14. cd \EW 
  15. copy %1:\changes.txt
  16. lharc x %1:\FILES1  ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
  17. copy %1:\licence.txt
  18. copy %1:\order.frm
  19. copy %1:\read.me
  20. copy %1:\vendor.txt
  21. lharc x %1:\FILES1  ewx.exe ewx.pif
  22.  
  23. md \EW\USER 
  24. cd \EW\USER 
  25. lharc x %1:\FILES1  beginend.ewd counter.ewd selword.ewd
  26.  
  27. md \EW\API 
  28. cd \EW\API 
  29. lharc x %1:\FILES1  beginend.pas counter.pas ewapi.h ewapi.lib ewapiimp.pas
  30. lharc x %1:\FILES1  ewapiimp.tpu ewuser.inc selword.c selword.mak
  31.